You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@marvinbuss
In your notebook, I have noticed send_to_power_bi function. I assume there'll be a proper PowerBI setup needed in order to make that function work (with POWER_BI_REST_API_URL). What is the setup process? Is it possible to have a powerbi desktop project or a readme to guide users have their pbi setup ready to consume the api call?
I'm not able to try out the PBI function as the code fails on my local env
TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe'' error.txt
The error has nothing to do with the PBI function though.
In Powerbi, there're 3 options when creating a streaming dataset: api, azure stream, and pubnub. I guess it should go with api the default value but you may want to clarify that with your readme.
read_csv("data/sample_hourly.csv") "data" dir does not exist in this repo. You may want to change all those to ../example-data/ OR create a folder and move your data files to the folder.
Sadly, I comitted the wrong file on Friday. This was already fixed in the first commit.
We should delete the JSON files in AnomalyDetector/ipython-notebook/ and update the file names in AnomalyDetector/example-data/. Currently, it is not very well structured and can be improved. We could also keep the files that I uploaded in this branch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
Get the code
Install Anaconda and run the notebook.
Test the code
What to Check
Verify that the following are valid
Other Information